#slider-base img{
    object-fit: cover;
    height: 600px;
}

#slider-base .prev {
    left: 25px;
}

#slider-base .next {
    right: 25px;
}

#slider-base .prev, #slider-base .next {
    z-index: 1;
}

#slider-base .prev, #slider-base .next {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
}

#slider-base .carousel-caption h2 {
    text-transform: uppercase;
    font-weight: 900;
    /* color: #ae1010; */
    font-size: 3rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#slider-base .carousel-caption h3 {
    font-size: 2rem;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#slider-single {
    width: 100%;
    background: #666;
    height: 600px;
}

#logo{
    z-index: 1;
    left: 15%;
    top: 12%;
    position: absolute;
    filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 8px #999);
}

#slider-address {
    
    position: absolute;
    top: 15%;
    right: 15%;
    padding: 1rem;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.62);
}

.carousel-caption {
    bottom: 100px;
    /* font-size: 70px; */
}

.custom-address {
    font-size: 1.4rem;
    /* line-height: 65px; */
    display: flex;
    align-items: center;
}

.flatcar {
    width: 100%;
    height: 50px;
}
